home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CLT141.ARJ / CBCPP30.C < prev    next >
C/C++ Source or Header  |  1992-03-18  |  1KB  |  56 lines

  1. /*        (c) R&D Associates 1991.
  2.  
  3.     cbcpp30.c
  4.  
  5. This file should be converted to a Clint definition library by:
  6.  
  7.     clint cbcpp30.c -I/borlandc/include -L cbcpp30 -w0
  8. */
  9.  
  10. #include <windows.h>            /* comment out if no WINDOWS */
  11.  
  12. #include <_defs.h>
  13. #include <_null.h>
  14. #include <alloc.h>
  15. #include <assert.h>
  16. #include <bios.h>
  17. #include <conio.h>
  18. #include <ctype.h>
  19. #include <dde.h>                /* comment out if no WINDOWS */
  20. #include <dir.h>
  21. #include <direct.h>
  22. #include <dirent.h>
  23. #include <dos.h>
  24. #include <drivinit.h>           /* comment out if no WINDOWS */
  25. #include <errno.h>
  26. #include <fcntl.h>
  27. #include <float.h>
  28. #include <graphics.h>
  29. #include <io.h>
  30. #include <limits.h>
  31. #include <locale.h>
  32. #include <malloc.h>
  33. #include <math.h>
  34. #include <mem.h>
  35. #include <memory.h>
  36. #include <process.h>
  37. #include <search.h>
  38. #include <setjmp.h>
  39. #include <share.h>
  40. #include <signal.h>
  41. #include <stdarg.h>
  42. #include <stddef.h>
  43. #include <stdio.h>
  44. #include <stdlib.h>
  45. #include <string.h>
  46. #include <time.h>
  47. #include <utime.h>
  48. #include <values.h>
  49.  
  50. #include <sys/locking.h>
  51. #include <sys/stat.h>
  52. #include <sys/timeb.h>
  53. #include <sys/types.h>
  54.  
  55. /* End of file. */
  56.